From: Jim Blandy Date: Sun, 23 May 1993 22:08:57 +0000 (+0000) Subject: * m/iris4d.h (NEED_SIOCTL): Move this to... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96070 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bf2dbc3448aead1ca60bbb3b40a2f8aa70675606;p=emacs.git * m/iris4d.h (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. --- diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 42d6d9d8f62..86a555e9e8c 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -179,3 +179,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Use setsid to handle terminals for subprocesses. */ #define HAVE_SETSID + +/* sioctl.h should be included where appropriate. */ + +#define NEED_SIOCTL